Welcome![Sign In][Sign Up]
Location:
Search - opengl game programming

Search list

[Other resourceOpenGL-Beginning.OpenGL.Game.Programming.ebook

Description: OpenGL电子籍.对学习opengl有较大帮助
Platform: | Size: 35185009 | Author: asdf | Hits:

[OpenGL programOpenGLGameProgramming源码

Description: OpenGL Game Programming 一书的源代码,相当具有参考价值!包含书中的所有的例子! Beginning OpenGL Game Programming(OpenGl游戏程序设计高级入门),说高级是因为这本书确实不同一般,深入讲解OpenGL的游戏开发过程.而说是入门教程:它是一步一步的引导读者去学习.从最基础到高级. GameDev.net的两个站长写的书,这本书不只提供了一个极好的OPENGL的入门,而是整体讲述了3D程序设计. 本书是对OpenGL开发函数库的介绍,让读者对当今流行的开发语言有深入的了解;游戏设计的基本功:2D算法,3D算法,数学、物理算法,让读者从本质上掌握如何制作出真实、可信的游戏;精心设计的范例在潜移默化中引导读者学习游戏设计的细节! With "Beginning OpenGL Game Programming", you'll learn how to use OpenGL to develop games using high-performance graphics and game libraries. Focusing solely on topics related to graphics and OpenGL, this comprehensive guide gives you the skills you need to unleash the power of OpenGL 1.5 and create realistic, real-time graphics. If you are just getting started in 3D game development and are comfortable programming in C++, this guide is your ideal introduction to OpenGL. By the time you finish this book, you'll understand the basics of OpenGL and be able to apply your newfound skills as you create your own games!
Platform: | Size: 7803958 | Author: ourleven@yahoo.com.cn | Hits:

[OpenGL programOpenGL开天辟地

Description: OpenGL 编程初步 —— 3D游戏编程基本框架 是掌握OpenGL 编程方法的基础 初学者必看-OpenGL Programming-- 3D game programming framework is the basic grasp of OpenGL programming method for the beginners Watchable! !
Platform: | Size: 13312 | Author: 尹绍伟 | Hits:

[OpenGL programchapter08

Description: Opengl 3D Game Programming中关于地形的源码。-Opengl 3D Game Programming on the source terrain.
Platform: | Size: 209920 | Author: | Hits:

[Other Riddle gamesPengPeng1

Description: 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两种游戏模式,双击右键,建立主机或者连接到主机 滚轮改变视角 窗口可拖动-this is a few days before my parodies of small game, "Let us see who will endure" the source code, a detailed notes, short code, But relates to real-time network game windows of many of the basic elements, including multi-threaded, socket, double buffering, border checks, 3D perspective, process scalability, and Small ball right procedures NBALL number re-assignment (for example into 6) to facilitate the expansion into the network pool, Number of big balls can be amended to facilitate the expansion of the network into football (need to amend the judgment collision conditions), can be very convenient for debugging OpenGL transplantation, Motion procedures platform (Replacement C3DConvertor show category), is a reference to the entry-level 3-D game programming framework to support
Platform: | Size: 26624 | Author: anfysky | Hits:

[Other GamesRandomABitmap

Description: WIN32下的一个OPENGL,来自OpenGL Game Programming-WIN32 under a OPENGL, from OpenGL Game Programming
Platform: | Size: 762880 | Author: | Hits:

[OpenGL programSource

Description: < opengl游戏程序设计>>的代码,这是完整的版本,比网上已有的版本多了第21章-<Opengl game programming>> code, which is a complete version, than the online version has more than Chapter 21
Platform: | Size: 5614592 | Author: htzyhtzy | Hits:

[OpenGL program3D-Game

Description: 这是一个用OpenGL开发的太空战三维游戏,包含了如流星体绘制、飞行器绘制、爆炸效果绘制、屏幕文字绘制技术,音响效果编程等三维游戏的主要关键技术。-This is a by OpenGL development of three-dimensional space war games, such as the meteor contains the volume rendering, aircraft drawing, rendering the effect of the explosion, the screen text rendering technology, sound effects, such as three-dimensional game programming major key technologies.
Platform: | Size: 776192 | Author: yangting | Hits:

[OpenGL programGPG1

Description: Game Programming Gems 1
Platform: | Size: 53172224 | Author: hejian29 | Hits:

[OpenGL programOpenGLforgameprogramming

Description: 《OPENGL游戏程序设计》一书的源代码,系统介绍了opengl用于游戏程序设计的实现代码,并给出了一个比较完整的简单游戏实现过程。- OPENGL game programming, the book s source code, the system introduced opengl game programming for the realization of the code, and gives a relatively complete implementation of a simple game.
Platform: | Size: 5866496 | Author: ZHANG | Hits:

[OpenGL programopenglgame

Description: 《opengl游戏编程》源码,里面有几乎成型的openg游戏源码和动画制作- Opengl game programming, the source, there are almost forming source Openg games and animation
Platform: | Size: 26038272 | Author: huachaoluo | Hits:

[Game ProgramOpenGL_Game_Program_Design

Description: 《OpenGL游戏程序设计》这本书的配套源码。-" OpenGL Game Programming" book matching source.
Platform: | Size: 5625856 | Author: 冷秋魂 | Hits:

[OpenGL programoglmdi2

Description: have included this Multiple Document Interface example here because any game development requires a good editor for constructing the world or models. The editor should provide multiple views of the scene and therefore the most intuitive method is to use multiple windows that allow perspective and orthographic views. In my search of the internet I was unable to find any example code that showed how to program an OpenGL Multiple Document Interface application using just straight Win32 programming with no MFC so I decided to program it myself. This MDI example only shows the same scene in each child window but should be easily understandable and modifiable by anyone familiar with programming a standard MDI application using the Win32 API. I will follow up this example with a more complete editor example.
Platform: | Size: 424960 | Author: johnnystar | Hits:

[JSP/JavaCSP2307_Workshop4_BobcatRampage!

Description: for study 3d opengl game programming case
Platform: | Size: 5926912 | Author: luo tang | Hits:

[Game ProgramGLCards

Description: 此源码来自OPENGL游戏编程,是个简单3D游戏-This source comes from OPENGL Game Programming is a simple 3D game
Platform: | Size: 583680 | Author: hexin | Hits:

[OpenGL programOpenGL3DGame

Description: OpenGL学习游戏编程的实例,有助于迅速学会OpenGL游戏编程。-OpenGL programming examples to learn the game and help quickly learned OpenGL Game Programming.
Platform: | Size: 16978944 | Author: cxf | Hits:

[OpenGL programSkyAndTerrain

Description: Opengl游戏编程中的天空和地形的模拟源代码-Opengl Game Programming in the sky and terrain simulation source code
Platform: | Size: 4614144 | Author: yangjian | Hits:

[OpenGL programOpenGL-game-lesson

Description: opengl游戏编程,里面讲解了怎么用opengl进行游戏编程-opengl game programming, which explains how to use opengl game programming
Platform: | Size: 10834944 | Author: liumang | Hits:

[OpenGL programOpenGL.Game.Programming

Description: OpenGL 游戏编程教程 英文翻译版 扫描版 -Game programming with OpenGL,it is a very good book!
Platform: | Size: 29877248 | Author: w | Hits:

[Graph programopengl游戏动画

Description: opengl的游戏编程,场景的自定义漫游,模拟雷达监测飞机的过程(OpenGL game programming, scene custom roaming, analog radar monitoring aircraft process)
Platform: | Size: 33788928 | Author: Syzygy | Hits:
« 1 23 4 5 6 7 8 9 10 »

CodeBus www.codebus.net